home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRHTMEXPORTFORM / TFRHTMEXPORTFORM.txt
Text File  |  2004-10-21  |  2KB  |  88 lines

  1. object frHTMExportForm: TfrHTMExportForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export options'
  6.   ClientHeight = 133
  7.   ClientWidth = 229
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 4
  18.     Top = 0
  19.     Width = 221
  20.     Height = 97
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 12
  24.       Top = 72
  25.       Width = 68
  26.       Height = 13
  27.       Caption = 'Scaling factor:'
  28.     end
  29.     object Label3: TLabel
  30.       Left = 164
  31.       Top = 72
  32.       Width = 7
  33.       Height = 13
  34.       Caption = 'Y'
  35.     end
  36.     object E2: TEdit
  37.       Left = 176
  38.       Top = 68
  39.       Width = 33
  40.       Height = 21
  41.       HelpContext = 243
  42.       TabOrder = 2
  43.       Text = '1'
  44.     end
  45.     object CB2: TCheckBox
  46.       Left = 12
  47.       Top = 44
  48.       Width = 201
  49.       Height = 17
  50.       HelpContext = 267
  51.       Caption = 'Export bitmaps'
  52.       TabOrder = 1
  53.     end
  54.     object CB1: TCheckBox
  55.       Left = 12
  56.       Top = 20
  57.       Width = 201
  58.       Height = 17
  59.       HelpContext = 189
  60.       Caption = 'Kill empty lines'
  61.       State = cbChecked
  62.       TabOrder = 0
  63.     end
  64.   end
  65.   object Button1: TButton
  66.     Left = 69
  67.     Top = 105
  68.     Width = 75
  69.     Height = 25
  70.     HelpContext = 40
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.   end
  76.   object Button2: TButton
  77.     Left = 149
  78.     Top = 105
  79.     Width = 75
  80.     Height = 25
  81.     HelpContext = 50
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87. end
  88.